SC_setMaxCollisions

SYNTAX
SC_setMaxCollisions maximum

-maximum: the maximum number of collision points you want recorded.

sets the maximum number of collision points for use with commands that store multiple collision points.
Value should be between 4 and 500 (at least 3 are required for sliding collision)
if the number of collisions exceeds the value you set then only the maximum number of
points will be returned, but in this case it is unknown which points will be returned.
In either case all points will be ordered by distance, but if the maximum is exceeded
the actual closest point may not have been included.
The default number of points is 50.


RELATED INFO
Collision Commands Menu
Index